home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global IconList1, gCurrLabel, gTourVariables
- if the frameLabel <> 0 then
- gCurrLabel = the frameLabel
- end if
- isMemoryAvailable("continue the tour", 1200, 500)
- sound stop 1
- set the puppet of sprite 7 to 1
- sprite(7).visible = 1
- set the puppet of sprite 7 to 0
- IconList1 = [:]
- start = 6
- addProp(IconList1, start, new(script("main icons"), "search", "internal", start, the loc of sprite start, 1))
- start = start + 1
- addProp(IconList1, start, new(script("main icons"), "graph", "internal", start, the loc of sprite start, 1))
- start = start + 1
- addProp(IconList1, start, new(script("main icons"), "write", "internal", start, the loc of sprite start, 1))
- start = start + 1
- addProp(IconList1, start, new(script("main icons"), "window", "internal", start, the loc of sprite start, 1))
- start = start + 1
- addProp(IconList1, start, new(script("main icons"), "web", "internal", start, the loc of sprite start, 1))
- start = start + 1
- addProp(IconList1, start, new(script("main icons"), "guide", "internal", start, the loc of sprite start, 1))
- start = start + 1
- addProp(IconList1, start, new(script("main icons"), "prefs", "internal", start, the loc of sprite start, 1))
- start = start + 1
- addProp(IconList1, start, new(script("main icons"), "stop", "internal", start, the loc of sprite start, 1))
- end
-
- on exitFrame
- global IconList1, gMenuButton, gMenuExit, gTourForwardArrow, gPlaySound
- gPlaySound = 1
- repeat with X = 6 to 13
- iconObj = getaProp(IconList1, X)
- Inscope(iconObj)
- end repeat
- Inscope(gMenuButton)
- Inscope(gMenuExit)
- Inscope(gTourForwardArrow)
- setHandCursor([6, 7, 8, 9, 10, 11, 12, 13, 40, 41, 42, 43])
- end
-